home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMCOPYMOVE / TFRMCOPYMOVE.txt
Encoding:
Text File  |  2004-07-08  |  2.1 KB  |  108 lines

  1. object frmCopyMove: TfrmCopyMove
  2.   Left = 374
  3.   Top = 130
  4.   Width = 380
  5.   Height = 326
  6.   Caption = 'frmCopyMove'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 300
  9.   Constraints.MinWidth = 350
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lDest: TLabel
  24.     Left = 4
  25.     Top = 6
  26.     Width = 24
  27.     Height = 13
  28.     Caption = 'lDest'
  29.   end
  30.   object rgFunktion: TRadioGroup
  31.     Left = 284
  32.     Top = 223
  33.     Width = 83
  34.     Height = 65
  35.     Anchors = [akRight, akBottom]
  36.     Caption = 'Function'
  37.     Items.Strings = (
  38.       '*'
  39.       '*')
  40.     TabOrder = 1
  41.     OnClick = rgFunktionClick
  42.   end
  43.   object ftCopyDir: TFolderTree
  44.     Left = 4
  45.     Top = 48
  46.     Width = 273
  47.     Height = 241
  48.     Active = True
  49.     FolderOptions = [foNetworkNeighborhood, foRecycleBin]
  50.     OnChange = ftCopyDirChange
  51.     ShowRoot = False
  52.     Indent = 19
  53.     ParentShowHint = False
  54.     ShowHint = False
  55.     TabOrder = 5
  56.   end
  57.   object btnCopyMove: TButton
  58.     Left = 284
  59.     Top = 56
  60.     Width = 80
  61.     Height = 25
  62.     Anchors = [akTop, akRight]
  63.     Caption = 'Copy'
  64.     Default = True
  65.     Enabled = False
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ModalResult = 1
  72.     ParentFont = False
  73.     TabOrder = 2
  74.     OnClick = btnCopyMoveClick
  75.   end
  76.   object btnCancel: TButton
  77.     Left = 284
  78.     Top = 88
  79.     Width = 80
  80.     Height = 25
  81.     Anchors = [akTop, akRight]
  82.     Cancel = True
  83.     Caption = 'btnCancel'
  84.     TabOrder = 3
  85.     OnClick = btnCancelClick
  86.   end
  87.   object btnNewFolder: TButton
  88.     Left = 284
  89.     Top = 144
  90.     Width = 80
  91.     Height = 25
  92.     Anchors = [akTop, akRight]
  93.     Caption = 'New folder'
  94.     Enabled = False
  95.     TabOrder = 4
  96.     OnClick = btnNewFolderClick
  97.   end
  98.   object MoveTo: TEdit
  99.     Left = 4
  100.     Top = 24
  101.     Width = 359
  102.     Height = 21
  103.     Anchors = [akLeft, akTop, akRight]
  104.     TabOrder = 0
  105.     OnChange = MoveToChange
  106.   end
  107. end
  108.